From: Joachim Bauch Date: Sun, 30 Aug 2026 20:56:35 +0000 (+0200) Subject: Disable building of some internal tools that no longer link X-Git-Tag: archive/raspbian/1.0.15-1+rpi1+deb13u2^2~14 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=56d66723f725a8683b8a56e8fc2d44c3147df4b3;p=libde265.git Disable building of some internal tools that no longer link because internal symbols are no longer exported. Gbp-Pq: Name disable_tools.patch --- diff --git a/Makefile.am b/Makefile.am index b4098f8..0d66934 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,13 +8,6 @@ if ENABLE_DEC265 SUBDIRS+=dec265 endif -if ENABLE_ENCODER -SUBDIRS+=enc265 -endif - -SUBDIRS+=tools -SUBDIRS+=acceleration-speed - if ENABLE_SHERLOCK265 SUBDIRS+=sherlock265 endif